home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / tn1.dir / 00160_Script_160 < prev    next >
Text File  |  1995-11-28  |  260b  |  19 lines

  1. on exitFrame
  2.   --5
  3.   
  4.   HL 45, 28
  5.   preLoadCast 52, 53
  6.   
  7.   if rollover(3) then
  8.     show "M005.A"
  9.   else
  10.     if rollover(4) then
  11.       show "M005.a red"
  12.     else
  13.       reshow "5", "M005"
  14.       prompt2
  15.     end if
  16.   end if
  17.   go the frame
  18.   
  19. end